home *** CD-ROM | disk | FTP | other *** search
/ The Pacifier Press Kit / The Pacifier Press Kit.iso / pc / Program.dxr / Internal_49_Return to Main Menu.ls < prev    next >
Encoding:
Text File  |  2005-02-15  |  125 b   |  13 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp
  10.   go("Main")
  11.   sound(3).play(member("Click"))
  12. end
  13.